virtual call meaning in Chinese
虚得
虚调用
虚拟呼叫
Examples
- Avoid virtual calls
避免虚拟调用。 - Method to handle virtual calls made inside a constrained execution region
方法处理在受约束的执行区域中( cer )进行的虚调用。 - The . net compact framework runtime virtual calls are approximately 30 percent slower than static or instance calls
Net compact framework运行库虚拟调用比静态调用或实例调用大约慢30 % 。 - It does not perform as well as a virtual call , but it requires a much smaller working set because no new types are created
其性能不如虚调用,但因为不创建新类型,所以所需的工作集较小。 - At jit compilation time , the common language runtime does not usually have enough information about the target of a virtual call
在jit编译时,公共语言运行库通常没有关于虚调用的目标的足够信息。